home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / dosutils / mmenu100.zip / README.TXT < prev    next >
Text File  |  1996-08-17  |  5KB  |  131 lines

  1.  
  2.    Program name: "The Main Menu"
  3.  
  4.  
  5.    Description: "The Main Menu" is a simple and easy way to create a  main
  6.    menu list  of specific  programs that  you run  frequently.   "The Main
  7.    Menu" is ideal as  a boot-up menu for  computer novices who never  will
  8.    master  DOS  commands.   You  can  shield  the  end-user from having to
  9.    remember where  their programs  are.   Just create  a menu  list with a
  10.    text editor once,  and let "The  Main Menu" take  it from there.   Once
  11.    the end-user  has selected  a program  from "The  Main Menu" menu list,
  12.    that program will  run.  Once  the program they  selected has completed
  13.    running "The  Main Menu"  menu list  will appear  again!   This way the
  14.    end-user never has to see a DOS prompt.
  15.  
  16.  
  17.    Getting started: Place the following files in your C:\ root directory:
  18.  
  19.    MENU.BAT
  20.    MENU.LST
  21.    MENU.MY
  22.    MENU.PWD
  23.    MENU_EXE.EXE
  24.    REGISTER.EXE  (only necessary during the evaluation period)
  25.  
  26.    If  these  files  are  not  placed  in  the C:\ root directory then the
  27.    program will NOT operate properly.
  28.  
  29.    Then add the following line to your C:\AUTOEXEC.BAT file:
  30.  
  31.    MENU.BAT
  32.  
  33.    The MENU.BAT  should be  the very  last line  in the AUTOEXEC.BAT file.
  34.    This is the file that starts the ball rolling.
  35.  
  36.    When  your  computer  boots  up,  the  MENU.BAT  will  execute and will
  37.    display a menu  list containing the  programs that you  have defined in
  38.    the MENU.LST file.  YOU  ARE RESPONSIBLE FOR CREATING A  MENU.LST FILE!
  39.    Use  a  text  editor  to  create  your  own  custom MENU.LST file.  The
  40.    MENU.LST file should be formatted in this manner:
  41.  
  42.    Program name, Directory where program resides, Filename of program
  43.  
  44.    Separate each parameter with a comma.  Here are some valid examples:
  45.  
  46.    MicroSoft Works Word Processing,  C:\WORKS,               WORKS.EXE
  47.    Tommy's Trivia,                   C:\GAMES\TRIVIA,        TRIVIA.EXE
  48.    Tommy's Gin Rummy,                C:\GAMES\RUMMY,         RUMMY.EXE
  49.    Tommy's Blackjack,                C:\GAMES\BJACK,         TOMMYS21.EXE
  50.    Disk Note Librarian,              D:\DLOG,                dnote.exe
  51.    QuickBasic,                       C:\DOS,                 QBASIC.EXE
  52.    Tiny Editor,                      C:\UTILITY,             ted.com
  53.  
  54.    You can place each  field in neatly arranged  columns if you wish,  but
  55.    this  is  not  necessary.   In  other  words,  the following is just as
  56.    acceptable as the example above:
  57.  
  58.    MicroSoft Works Word Processing,C:\WORKS,WORKS.EXE
  59.    Tommy's Trivia,C:\GAMES\TRIVIA,TRIVIA.EXE
  60.    Tommy's Gin Rummy,C:\GAMES\RUMMY,RUMMY.EXE
  61.    Tommy's Blackjack,C:\GAMES\BJACK,TOMMYS21.EXE
  62.    Disk Note Librarian,D:\DLOG,dnote.exe
  63.    QuickBasic,C:\DOS,QBASIC.EXE
  64.    Tiny Editor,C:\UTILITY,ted.com
  65.  
  66.    The important thing  to remember is  to separate each  parameter with a
  67.    comma.  You  must separate the  program description from  the directory
  68.    path with a comma,  and a comma must  also separate the directory  path
  69.    from the program name.
  70.  
  71.    Note that the programs you define  in the MENU.LST file will be  listed
  72.    ALPHABETICALLY in "The  Main Menu" menu  list.  If  you do not  wish to
  73.    have  the  list  sorted  alphabetically,  then  add  the following line
  74.    somewhere in the MENU.LST file (don't forget to include the semi-colon)                                                                    :
  75.  
  76.    ; SORT=OFF
  77.  
  78.    If you  wish to  display the  program description,  program paths,  and
  79.    filenames in "The Main Menu" menu list, then insert the following  line
  80.    somewhere in the MENU.LST file:
  81.  
  82.    ; Details=ON
  83.  
  84.  
  85.    Background color:  To change  the background  color, add  the following
  86.    line somewhere in the MENU.LST file:
  87.  
  88.    ; COLOR=x
  89.  
  90.    ...and replace "x" with a number from 0 to 6 where...
  91.  
  92.       0=black  1=blue   2=green   3=cyan   4=red   5=magenta  6=brown
  93.  
  94.    For example, to make  a red background, add  the following line to  the
  95.    MENU.LST file:
  96.  
  97.    ; COLOR=4
  98.  
  99.    -----------------------------------------------------------------------
  100.  
  101.    Distribution: "The  Main Menu"  is distributed  as shareware  software.
  102.    Shareware is  a "try  before you  buy" software  marketing concept that
  103.    allows  the  user  to  obtain  fully  functional copies of programs for
  104.    evaluation.  The  distribution and copying  fee that you  may have paid
  105.    to obtain this disk does not  cover the cost of the software  contained
  106.    on  this  disk.   Shareware  programs  such  as  the  one that you have
  107.    obtained require separate payment to the author if it is found to be  a
  108.    useful  product  and  if  it  is  used  beyond  a reasonable evaluation
  109.    period.
  110.  
  111.  
  112.    Registration fee: $12.00 (single user license)
  113.  
  114.  
  115.    Site license: The $12.00 registration fee required for continued use of
  116.    "The Main Menu" is for a single installation,  single user license.  If
  117.    you or your company wish to use  "The Main Menu" on multiple PCs,  then
  118.    please contact the author for discounted site license details.
  119.  
  120.  
  121.    Program author: Philip Kapusta
  122.                    406 Monroe Avenue
  123.                    Falmouth, VA 22405 USA
  124.  
  125.    Send e-mail to: 74170.3550@compuserve.com
  126.  
  127.    Visit our Internet Web site: http://members.aol.com/shareware/
  128.    for more useful, reasonably priced  "try before you buy" software.   Or
  129.    call our 24-hour BBS at (540) 372-9680.
  130.  
  131.